Data visualization: exercises

Can you plot an histogram of word frequencies for the data/aristotle.txt file?


In [ ]:

Can you investigate the relationships between the variables of the data/abundance.tsv file? Which plot type is best for this task?


In [ ]:

Can you investigate the relationships between the variables of the data/abundance.tsv file in a single figure, using subplots?


In [ ]:

Can you investigate the relationships between the variables of the data/abundance.tsv file in a single plot? You might want to use different colors...


In [ ]:

Can you plot the relationship between word length and number of vowels in the data/unixdict.txt file?


In [ ]:

Can you plot three variables (with very different scales) in a single plot? You can google to look for an answer...


In [ ]:

Can you figure out how to make boxplots out of one of the variables of the data/abundance.tsv file?


In [ ]: